ul{ 
background-color: black;
list-style-type: none;	
margin: 0;
padding: 0;
overflow: hidden;
}
li{
float: right;
}

li a{

display: block;
color: white;
padding: 15px 30px;
text-decoration: none; 
}
main{
	display:grid; 
	grid-template-columns: auto1fr;
	gap: 15px; 
	align-items: center; 
    max-width: 800px; 
    margin: 20px auto; 
    padding: 80px;
}


main img{width: 145;
height: 140;
border-radius: 8px;
}
		
footer{
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: black;
color: white;
text-align: center;
 }



